home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!netnews
- From: miker3@ix.netcom.com (Mike Rubenstein)
- Newsgroups: comp.lang.c
- Subject: Re: Standard in C++ missing from C?????
- Date: Sat, 27 Jan 1996 01:31:01 GMT
- Organization: Netcom
- Message-ID: <31097fd5.7663872@nntp.ix.netcom.com>
- References: <4eb1dm$ogl@lunar.eclipse.net>
- NNTP-Posting-Host: ix-dc14-12.ix.netcom.com
- X-NETCOM-Date: Fri Jan 26 5:31:14 PM PST 1996
- X-Newsreader: Forte Agent .99c/16.141
-
- meritech@eclipse.net wrote:
-
- > Does C++ have a standard written for the definition of :
- >
- > p = p++;
- >
- > My boss asked me, and I have no clue. I know that C basically says that this
- > is undefined and should NOT be used in a real program. And I know the debate
- > that rages on and on. BUT, does C++ have this same problem???
- >
- > My compiler doesn't complain, but then, that doesn't supprise me either.
-
- You really should ask this in comp.lang.c++, but the anser is no. The
- rules in C++ are the same as in C.
-
- Michael M Rubenstein
-